The attached patch places an updated TPM driver into the sparse directory.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 5 Oct 2005 12:52:18 +0000 (13:52 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 5 Oct 2005 12:52:18 +0000 (13:52 +0100)
commit862b6e64648870e3427402ef63ffc16e66b2da21
tree7db6263d9a417d8e1809efa31993673ad93efd04
parentee256fbc4042aba2db3a39ebcf434e6abce71a88
The attached patch places an updated TPM driver into the sparse directory.
This driver allows to build a Xen0 kernel with TPM front- and backend
support and use it as a user domain kernel - something that is not
possible to do with the current TPM driver in the 2.6.12 kernel. Once this
driver appears in similar form in the kernel, I will remove it from the
sparse directory.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Leendert van Doorn <leendert@watson.ibm.com>
linux-2.6-xen-sparse/drivers/char/tpm/Kconfig [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/Makefile
linux-2.6-xen-sparse/drivers/char/tpm/tpm.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_atmel.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_nopci.c [deleted file]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_nopci.h [deleted file]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_nsc.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_xen.c
patches/linux-2.6.12/tpm_partial_read.patch [deleted file]